Deal with the various bits of web API it tries to call. 🔼
They all seem to be for sims, not ROBUST.
Offline messages.
Messages mute lists.
Profiles?
Search?
Data snapshot registration?
reported=2019-07-19 06:49:04
reporter=onefang
priority=low
category=Feature
severity=feature
resolution=open
2019-07-19 10:36:14 onefang: There is a built in offline messages thing already. IG is using that, and it still works. MG is using the j thing they use.
Note that the built in offline messages thing isn't sending emails, the j thing is. OpenSim includes config options for SMTP, maybe that's used for this? Though the comments around it imply it's for LSL scripts to send email. After checking the source code, and doing web searches, it's only used for LSL.
Search (users and groups) and profiles work fine without a PHP page.
2019-07-20 03:21:24 onefang: There's a hardcoded callout to /hg-groups in OpenSim/Addons/Groups/Hypergrid/
HGGroupsServiceRobustConnector. cs and GroupsServiceHGConnector.cs. It's not documented anywhere.
2019-08-03 05:14:07 onefang: I should add an account management system here to, as that's at least sent to viewers by OpenSim. And it's actually needed.